home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPSYNCPREVIEWDIALOG / TOPSYNCPREVIEWDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  121 lines

  1. inherited OpSyncPreviewDialog: TOpSyncPreviewDialog
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Synchronize'
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSizeable
  6.   Caption = '%'
  7.   ClientHeight = 333
  8.   ClientWidth = 377
  9.   OnClose = FormClose
  10.   OnCloseQuery = FormCloseQuery
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object LeftBevel: TUiBevel
  16.     Left = 0
  17.     Top = 73
  18.     Width = 8
  19.     Height = 221
  20.     Align = alLeft
  21.     Shape = bsSpacer
  22.   end
  23.   object RightBevel: TUiBevel
  24.     Left = 369
  25.     Top = 73
  26.     Width = 8
  27.     Height = 221
  28.     Align = alRight
  29.     Shape = bsSpacer
  30.   end
  31.   object TopPanel: TUiPanel
  32.     Left = 0
  33.     Top = 0
  34.     Width = 377
  35.     Height = 73
  36.     Align = alTop
  37.     BevelOuter = bvNone
  38.     TabOrder = 0
  39.     object PresetImg: TUiImage
  40.       Left = 8
  41.       Top = 8
  42.       Width = 16
  43.       Height = 16
  44.       Transparent = True
  45.       Images = BcImages.MainImages
  46.     end
  47.     object PresetDescLbl: TUiLabel
  48.       Left = 28
  49.       Top = 8
  50.       Height = 13
  51.       Caption = '%'
  52.     end
  53.     object PreviewLbl: TUiLabel
  54.       Left = 8
  55.       Top = 56
  56.       Height = 13
  57.       Caption = 'Preview:'
  58.     end
  59.     object SelOnlyEdit: TUiCheckBox
  60.       Left = 8
  61.       Top = 32
  62.       Height = 17
  63.       Caption = '&Just Selection'
  64.       TabOrder = 0
  65.       OnClick = SelOnlyClick
  66.     end
  67.   end
  68.   object ProgressLbl: TUiStaticText
  69.     Left = 16
  70.     Top = 76
  71.     Width = 12
  72.     Height = 17
  73.     Caption = '%'
  74.     Color = clWindow
  75.     ParentColor = False
  76.     TabOrder = 1
  77.     Transparent = False
  78.   end
  79.   object BottomPanel: TUiPanel
  80.     Left = 0
  81.     Top = 294
  82.     Width = 377
  83.     Height = 39
  84.     Align = alBottom
  85.     BevelOuter = bvNone
  86.     TabOrder = 2
  87.     SizeGripper = True
  88.     DesignSize = (
  89.       377
  90.       39)
  91.     object UseRecycleBinEdit: TUiCheckBox
  92.       Left = 8
  93.       Top = 11
  94.       Height = 17
  95.       Caption = '&Use recycle bin if possible'
  96.       TabOrder = 0
  97.     end
  98.     object SyncBtn: TUiButton
  99.       Left = 216
  100.       Top = 8
  101.       Anchors = [akTop, akRight]
  102.       Caption = '&Sync'
  103.       Default = True
  104.       ModalResult = 1
  105.       TabOrder = 1
  106.       OnClick = SyncClick
  107.       AutoSize = asRight
  108.     end
  109.     object CancelBtn: TUiButton
  110.       Left = 296
  111.       Top = 8
  112.       Anchors = [akTop, akRight]
  113.       Cancel = True
  114.       Caption = '&Cancel'
  115.       ModalResult = 2
  116.       TabOrder = 2
  117.       AutoSize = asRight
  118.     end
  119.   end
  120. end
  121.